github.com/refraction-networking/utls.cipherSuiteTLS13.aead (field)

4 uses

	github.com/refraction-networking/utls (current package)
		cipher_suites.go#L198: 	aead   func(key, fixedNonce []byte) aead
		conn.go#L236: 	hc.cipher = suite.aead(key, iv)
		u_public.go#L249: 			Aead:   c.aead,
		u_public.go#L262: 			aead:   c.Aead,